Termination w.r.t. Q of the following Term Rewriting System could not be shown:

Q restricted rewrite system:
The TRS R consists of the following rules:

eq2(0, 0) -> true
eq2(s1(X), s1(Y)) -> eq2(X, Y)
eq2(X, Y) -> false
inf1(X) -> cons2(X, inf1(s1(X)))
take2(0, X) -> nil
take2(s1(X), cons2(Y, L)) -> cons2(Y, take2(X, L))
length1(nil) -> 0
length1(cons2(X, L)) -> s1(length1(L))

Q is empty.


QTRS
  ↳ DependencyPairsProof

Q restricted rewrite system:
The TRS R consists of the following rules:

eq2(0, 0) -> true
eq2(s1(X), s1(Y)) -> eq2(X, Y)
eq2(X, Y) -> false
inf1(X) -> cons2(X, inf1(s1(X)))
take2(0, X) -> nil
take2(s1(X), cons2(Y, L)) -> cons2(Y, take2(X, L))
length1(nil) -> 0
length1(cons2(X, L)) -> s1(length1(L))

Q is empty.

Using Dependency Pairs [1,13] we result in the following initial DP problem:
Q DP problem:
The TRS P consists of the following rules:

EQ2(s1(X), s1(Y)) -> EQ2(X, Y)
TAKE2(s1(X), cons2(Y, L)) -> TAKE2(X, L)
LENGTH1(cons2(X, L)) -> LENGTH1(L)
INF1(X) -> INF1(s1(X))

The TRS R consists of the following rules:

eq2(0, 0) -> true
eq2(s1(X), s1(Y)) -> eq2(X, Y)
eq2(X, Y) -> false
inf1(X) -> cons2(X, inf1(s1(X)))
take2(0, X) -> nil
take2(s1(X), cons2(Y, L)) -> cons2(Y, take2(X, L))
length1(nil) -> 0
length1(cons2(X, L)) -> s1(length1(L))

Q is empty.
We have to consider all minimal (P,Q,R)-chains.

↳ QTRS
  ↳ DependencyPairsProof
QDP
      ↳ DependencyGraphProof

Q DP problem:
The TRS P consists of the following rules:

EQ2(s1(X), s1(Y)) -> EQ2(X, Y)
TAKE2(s1(X), cons2(Y, L)) -> TAKE2(X, L)
LENGTH1(cons2(X, L)) -> LENGTH1(L)
INF1(X) -> INF1(s1(X))

The TRS R consists of the following rules:

eq2(0, 0) -> true
eq2(s1(X), s1(Y)) -> eq2(X, Y)
eq2(X, Y) -> false
inf1(X) -> cons2(X, inf1(s1(X)))
take2(0, X) -> nil
take2(s1(X), cons2(Y, L)) -> cons2(Y, take2(X, L))
length1(nil) -> 0
length1(cons2(X, L)) -> s1(length1(L))

Q is empty.
We have to consider all minimal (P,Q,R)-chains.
The approximation of the Dependency Graph [13,14,18] contains 4 SCCs.

↳ QTRS
  ↳ DependencyPairsProof
    ↳ QDP
      ↳ DependencyGraphProof
        ↳ AND
QDP
            ↳ QDPOrderProof
          ↳ QDP
          ↳ QDP
          ↳ QDP

Q DP problem:
The TRS P consists of the following rules:

LENGTH1(cons2(X, L)) -> LENGTH1(L)

The TRS R consists of the following rules:

eq2(0, 0) -> true
eq2(s1(X), s1(Y)) -> eq2(X, Y)
eq2(X, Y) -> false
inf1(X) -> cons2(X, inf1(s1(X)))
take2(0, X) -> nil
take2(s1(X), cons2(Y, L)) -> cons2(Y, take2(X, L))
length1(nil) -> 0
length1(cons2(X, L)) -> s1(length1(L))

Q is empty.
We have to consider all minimal (P,Q,R)-chains.
We use the reduction pair processor [13].


The following pairs can be oriented strictly and are deleted.


LENGTH1(cons2(X, L)) -> LENGTH1(L)
The remaining pairs can at least be oriented weakly.
none
Used ordering: Polynomial interpretation [21]:

POL(LENGTH1(x1)) = x1   
POL(cons2(x1, x2)) = 1 + x2   

The following usable rules [14] were oriented: none



↳ QTRS
  ↳ DependencyPairsProof
    ↳ QDP
      ↳ DependencyGraphProof
        ↳ AND
          ↳ QDP
            ↳ QDPOrderProof
QDP
                ↳ PisEmptyProof
          ↳ QDP
          ↳ QDP
          ↳ QDP

Q DP problem:
P is empty.
The TRS R consists of the following rules:

eq2(0, 0) -> true
eq2(s1(X), s1(Y)) -> eq2(X, Y)
eq2(X, Y) -> false
inf1(X) -> cons2(X, inf1(s1(X)))
take2(0, X) -> nil
take2(s1(X), cons2(Y, L)) -> cons2(Y, take2(X, L))
length1(nil) -> 0
length1(cons2(X, L)) -> s1(length1(L))

Q is empty.
We have to consider all minimal (P,Q,R)-chains.
The TRS P is empty. Hence, there is no (P,Q,R) chain.

↳ QTRS
  ↳ DependencyPairsProof
    ↳ QDP
      ↳ DependencyGraphProof
        ↳ AND
          ↳ QDP
QDP
            ↳ QDPOrderProof
          ↳ QDP
          ↳ QDP

Q DP problem:
The TRS P consists of the following rules:

TAKE2(s1(X), cons2(Y, L)) -> TAKE2(X, L)

The TRS R consists of the following rules:

eq2(0, 0) -> true
eq2(s1(X), s1(Y)) -> eq2(X, Y)
eq2(X, Y) -> false
inf1(X) -> cons2(X, inf1(s1(X)))
take2(0, X) -> nil
take2(s1(X), cons2(Y, L)) -> cons2(Y, take2(X, L))
length1(nil) -> 0
length1(cons2(X, L)) -> s1(length1(L))

Q is empty.
We have to consider all minimal (P,Q,R)-chains.
We use the reduction pair processor [13].


The following pairs can be oriented strictly and are deleted.


TAKE2(s1(X), cons2(Y, L)) -> TAKE2(X, L)
The remaining pairs can at least be oriented weakly.
none
Used ordering: Polynomial interpretation [21]:

POL(TAKE2(x1, x2)) = 3·x1 + 3·x2   
POL(cons2(x1, x2)) = 2·x2   
POL(s1(x1)) = 2 + 2·x1   

The following usable rules [14] were oriented: none



↳ QTRS
  ↳ DependencyPairsProof
    ↳ QDP
      ↳ DependencyGraphProof
        ↳ AND
          ↳ QDP
          ↳ QDP
            ↳ QDPOrderProof
QDP
                ↳ PisEmptyProof
          ↳ QDP
          ↳ QDP

Q DP problem:
P is empty.
The TRS R consists of the following rules:

eq2(0, 0) -> true
eq2(s1(X), s1(Y)) -> eq2(X, Y)
eq2(X, Y) -> false
inf1(X) -> cons2(X, inf1(s1(X)))
take2(0, X) -> nil
take2(s1(X), cons2(Y, L)) -> cons2(Y, take2(X, L))
length1(nil) -> 0
length1(cons2(X, L)) -> s1(length1(L))

Q is empty.
We have to consider all minimal (P,Q,R)-chains.
The TRS P is empty. Hence, there is no (P,Q,R) chain.

↳ QTRS
  ↳ DependencyPairsProof
    ↳ QDP
      ↳ DependencyGraphProof
        ↳ AND
          ↳ QDP
          ↳ QDP
QDP
          ↳ QDP

Q DP problem:
The TRS P consists of the following rules:

INF1(X) -> INF1(s1(X))

The TRS R consists of the following rules:

eq2(0, 0) -> true
eq2(s1(X), s1(Y)) -> eq2(X, Y)
eq2(X, Y) -> false
inf1(X) -> cons2(X, inf1(s1(X)))
take2(0, X) -> nil
take2(s1(X), cons2(Y, L)) -> cons2(Y, take2(X, L))
length1(nil) -> 0
length1(cons2(X, L)) -> s1(length1(L))

Q is empty.
We have to consider all minimal (P,Q,R)-chains.

↳ QTRS
  ↳ DependencyPairsProof
    ↳ QDP
      ↳ DependencyGraphProof
        ↳ AND
          ↳ QDP
          ↳ QDP
          ↳ QDP
QDP
            ↳ QDPOrderProof

Q DP problem:
The TRS P consists of the following rules:

EQ2(s1(X), s1(Y)) -> EQ2(X, Y)

The TRS R consists of the following rules:

eq2(0, 0) -> true
eq2(s1(X), s1(Y)) -> eq2(X, Y)
eq2(X, Y) -> false
inf1(X) -> cons2(X, inf1(s1(X)))
take2(0, X) -> nil
take2(s1(X), cons2(Y, L)) -> cons2(Y, take2(X, L))
length1(nil) -> 0
length1(cons2(X, L)) -> s1(length1(L))

Q is empty.
We have to consider all minimal (P,Q,R)-chains.
We use the reduction pair processor [13].


The following pairs can be oriented strictly and are deleted.


EQ2(s1(X), s1(Y)) -> EQ2(X, Y)
The remaining pairs can at least be oriented weakly.
none
Used ordering: Polynomial interpretation [21]:

POL(EQ2(x1, x2)) = 3·x1 + 3·x2   
POL(s1(x1)) = 2 + 2·x1   

The following usable rules [14] were oriented: none



↳ QTRS
  ↳ DependencyPairsProof
    ↳ QDP
      ↳ DependencyGraphProof
        ↳ AND
          ↳ QDP
          ↳ QDP
          ↳ QDP
          ↳ QDP
            ↳ QDPOrderProof
QDP
                ↳ PisEmptyProof

Q DP problem:
P is empty.
The TRS R consists of the following rules:

eq2(0, 0) -> true
eq2(s1(X), s1(Y)) -> eq2(X, Y)
eq2(X, Y) -> false
inf1(X) -> cons2(X, inf1(s1(X)))
take2(0, X) -> nil
take2(s1(X), cons2(Y, L)) -> cons2(Y, take2(X, L))
length1(nil) -> 0
length1(cons2(X, L)) -> s1(length1(L))

Q is empty.
We have to consider all minimal (P,Q,R)-chains.
The TRS P is empty. Hence, there is no (P,Q,R) chain.